notification tests: Skip GtkEntryCompletion::text-column
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Sep 2014 02:41:56 +0000 (22:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Sep 2014 02:46:38 +0000 (22:46 -0400)
This one is special.

testsuite/gtk/notify.c

index 5fa2f6ff336c141e975a007dc91d1ed8b9c04088..a5d421b8d02e8b16c4b316a401cd5c803758a497 100644 (file)
@@ -465,6 +465,10 @@ test_type (gconstpointer data)
       if (type == GTK_TYPE_SETTINGS)
         continue;
 
+      if (g_type_is_a (pspec->owner_type, GTK_TYPE_ENTRY_COMPLETION) &&
+          g_str_equal (pspec->name, "text-column"))
+        continue;
+
       if (g_type_is_a (pspec->owner_type, GTK_TYPE_MENU_ITEM) &&
          g_str_equal (pspec->name, "accel-path"))
         continue;